ffmpeg_patches: add amfenc delay/buffering fix#18
Merged
ReenigneArcher merged 1 commit intoLizardByte:nightlyfrom Dec 14, 2022
Merged
ffmpeg_patches: add amfenc delay/buffering fix#18ReenigneArcher merged 1 commit intoLizardByte:nightlyfrom
ReenigneArcher merged 1 commit intoLizardByte:nightlyfrom
Conversation
9 tasks
Contributor
Author
|
(added a test commit to see if cleaning the working tree before patching helps resolve the issue) |
523fd6d to
1be7118
Compare
1be7118 to
130b4c5
Compare
Resolves delay observed in amfenc encoding observed since CB-based capture was introduced. Should also improve latency due to frames no longer being buffered.
130b4c5 to
7250d26
Compare
This was referenced Dec 15, 2022
11 tasks
Member
|
@zycboss this is not a support channel... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This resolves the issue in which the last captured frame is delayed by 1ms, which
is especially noticeable in low framerate content (such as desktop streaming)
on the amfenc encoder.
Issues Fixed or Closed
Fixes all reports related to delay with callback capture using the amfenc encoder:
N.B. nvenc also experiences delay that is reported in some of the above issues. For those cases, it is resolved via a separate PR: LizardByte/Sunshine#507
Type of Change
Checklist